home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / kbd141.zip / KBD.DOC next >
Text File  |  1992-12-28  |  5KB  |  126 lines

  1.     
  2.     Computer Tyme KBD * Version 1.41 * Release Date: 11-28-92
  3.     Copyright 1990-92 by Marc Perkel * All Rights Reserved
  4.     
  5.     Computer Tyme * 411 North Sherman, Suite 300 * Springfield Mo. 65802
  6.     Voice: 417-866-1222 * Modem: 417-866-1665 * Fax: 417-866-0135 * USA
  7.      
  8.     This program is part of a utilities package. Before registering it
  9.     you might want to try out some of the other programs in the package.
  10.      
  11.     You can download these other programs from our BBS at 417-866-1665 or
  12.     from our section on Compuserve. (GO COMPTYME) If you have any questions
  13.     feel free to call us.
  14.      
  15.          ┌─────────────────────────────────────────────────────┐
  16.          │ Evaluation Version. This program is not registered. │
  17.          │    If you want to use it you need to buy a copy.    │
  18.          └─────────────────────────────────────────────────────┘
  19.      
  20.     Price: $20/User, $75/Server, $395/Unlimited
  21.     
  22.     This program is used to control several keyboard functions. It is
  23.     typically used in BATCH files. It can control the Caps Lock,
  24.     Num Lock, and Scroll Lock. It can also lock and unlock the keyboard
  25.     preventing users from interrupting programs. It can stuff up to 16
  26.     characters into the DOS keyboard buffer or clear the keyboard buffer.
  27.     It can turn the Print Screen on and off.
  28.     
  29.     KBD commands are as follows: 
  30.     
  31.        CapsOn    - Turns Caps Lock On.
  32.        CapsOff   - Turns Caps Lock Off.
  33.        NumOn     - Turns Num Lock On.
  34.        NumOff    - Turns Num Lock Off.
  35.        ScrollOn  - Turns Scroll Lock On.
  36.        ScrollOff - Turns Scroll Lock Off.
  37.        PrtScrOn  - Turns Print Screen On.
  38.        PrtScrOff - Turns Print Screen Off.
  39.        Clear     - Clears all Characters from the Keyboard Buffer.
  40.        Lock      - Locks the Keyboard.
  41.        UnLock    - Unlocks the Keyboard.
  42.        Show      - Shows Keyboard Codes that can be Stuffed.
  43.        0..31     - Sets Keyboard Repeat Rate. 0 = Fastest
  44.        ,0..3     - Sets Keyboard Repeat Delay. 0 = Quickest * Default = 1.
  45.     
  46.     Examples:
  47.        KBD CapsOn NumOn  ;Turns both the Caps Lock and Num Lock on.
  48.        KBD Clear Lock    ;Clears the buffer and locks the keyboard.
  49.        KBD 6,1           ;sets repeat rate to 6 and delay to 1.
  50.     
  51.     Stuffing the keyboard buffer is accomplished by putting strings in
  52.     either single or double quotes. Putting a "^" in front of a letter
  53.     sends the control character to the keyboard buffer. Putting a "$"
  54.     in front sends the keyboard value to the buffer.
  55.     
  56.     There are a few key words that stuff characters into the buffer.
  57.     
  58.        F1..F10, SF1..SF10, AF1..AF10, CF1..CF10
  59.        Alt-A..Alt-Z, Alt-1..Alt-0, CR, ESC, TAB, LF, FF
  60.     
  61.     Examples:
  62.        KBD "Dir" CR  ;Stuffs the buffer with the DIR command
  63.                       and a carridge return.
  64.        KBD "Dir" ^M  ;Same as above.
  65.        KBD $3B00     ;Stuffs F1 key into the buffer
  66.     
  67.        KBD ALT-X F1 6 NumOn "Free" CR PrtScrOff
  68.     
  69.        This stuffs AltX, F1, "Free", and a carridge return
  70.        in the keyboard buffer. It sets Num Lock to On and sets the
  71.        keyboard repeat rate to 6, and disables the Print Screen key.
  72.     
  73.     ==========================================================
  74.  
  75.         Make Check             Computer Tyme               Order Form
  76.         Payable To:     411 North Sherman Suite 300
  77.                          Springfield Mo. 65802 USA
  78.  
  79.                Voice: (417) 866-1222 * Sales: (800) 548-5353
  80.                  Fax: (417) 866-0135 * BBS: (417) 866-1665
  81.                Compuserve: 71333,427 * GO COMPTYME
  82.  
  83.         =============================================================
  84.  
  85.         Company:     ________________________________________________
  86.  
  87.         Name:        ________________________________________________
  88.  
  89.         Address:     ________________________________________________
  90.  
  91.         City/St/Zip: ________________________________________________
  92.  
  93.         Phone:       ________________________________________________
  94.  
  95.         PO. Number:  ________________________________________________
  96.  
  97.         Got From:    ________________________________________________
  98.  
  99.         Comments:    ________________________________________________
  100.  
  101.         Comments:    ________________________________________________
  102.  
  103.  
  104.         ==> KBD * Version 1.41 * Release Date: 11-28-92
  105.  
  106.         ==> Price: $20/User, $75/Server, $395/Unlimited
  107.  
  108.  
  109.         Dos ToolBox: $59.95/User __    MarxMenu: $59.95/User __
  110.  
  111.         Network Survival Kit: (Inc. ToolBox/MarxMenu) $495/Server __
  112.  
  113.         Shipping:     Ground: $3 __    2nd Day:  $6 __
  114.  
  115.                       1 Day: $15 __    Foreign: $15 __
  116.  
  117.         Credit Card Number: _______________ Expiration Date: ________
  118.  
  119.         Signature: __________________________________________________
  120.  
  121.                   Master Card: __   Visa: __   Discover: __
  122.  
  123.                     * We do not take American Express *
  124.  
  125.         =============================================================
  126.